body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    background: #ffffff;
    color: #666
}


@font-face {
    font-family: 'BarlowCondensedBold';
    src: url("../fonts/barlowcondensed-bold.ttf")
}

@font-face {
    font-family: 'BarlowCondensedMedium';
    src: url("../fonts/barlowcondensed-medium.ttf")
}

@font-face {
    font-family: 'OPPOSansH';
    src: url("../fonts/opposans-h.ttf")
}

@font-face {
    font-family: 'SourceHanSansCNMedium';
    src: url("../fonts/sourcehansanscn-medium.ttf")
}



body {
    font-family: "Source Han Sans CN", arial, "PingFang SC", "Microsoft Yahei";
    /* font-family: "Source Han Sans CN", "helvetica neue", arial, "microsoft yahei ui", simsun, "HanHei SC", PingHei, "PingFang SC", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    *font-family: "Source Han Sans CN", "helvetica neue", arial, "microsoft yahei ui", simsun, "HanHei SC", PingHei, "PingFang SC", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; */
    color: #666;
    background: #ffffff;
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline: none;
    border: 0;
}

iframe {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    /* color: #666; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    display: block;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

/*选中样式*/

*::-moz-selection,
*::-moz-selection,
*::-webkit-selection {
    background: #333;
    color: #fff;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
    background: #333;
    color: #fff;
}

.after:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

/*定位*/

.pore {
    position: relative;
}

.poab {
    position: absolute;
}

/*编辑器*/

.text {
    font-size: 14px;
    color: #666;
    line-height: 1.6em;
    word-wrap: break-word;
    word-break: normal;
}

.text:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.text * {
    max-width: 100%;
}

/*table布局*/

.table {
    display: table;
    table-layout: fixed;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}

/*显示隐藏*/

.hide,
.none {
    display: none;
}

.block {
    display: block;
}

/*文字排版*/

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 14px
}

.f18 {
    font-size: 16px
}

.f20 {
    font-size: 18px
}

.f30 {
    font-size: 28px
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal;
    font-style: normal;
}

.tc {
    text-align: center;
}

/*内间距*/

.pl2 {
    padding-left: 2% !important;
}

.pr2 {
    padding-right: 2% !important;
}

.pt2 {
    padding-top: 2% !important;
}

.pb2 {
    padding-bottom: 2% !important;
}

.plr2 {
    padding-left: 2% !important;
    padding-right: 2% !important;
}

.ptb2 {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}

.p2 {
    padding: 2% !important;
}

.pl0 {
    padding-left: 0% !important;
}

.pr0 {
    padding-right: 0% !important;
}

.pt0 {
    padding-top: 0% !important;
}

.pb0 {
    padding-bottom: 0% !important;
}

.plr0 {
    padding-left: 0% !important;
    padding-right: 0% !important;
}

.ptb0 {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}

.p0 {
    padding: 0% !important;
}

/*外间距*/

.ml2 {
    margin-left: 2% !important;
}

.mr2 {
    margin-right: 2% !important;
}

.mt2 {
    margin-top: 2% !important;
}

.mb2 {
    margin-bottom: 2% !important;
}

.mlr2 {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.mtb2 {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
}

.m2 {
    margin: 2% !important;
}

.ml0 {
    margin-left: 0% !important;
}

.mr0 {
    margin-right: 0% !important;
}

.mt0 {
    margin-top: 0% !important;
}

.mb0 {
    margin-bottom: 0% !important;
}

.mlr0 {
    margin-left: 0% !important;
    margin-right: 0% !important;
}

.mtb0 {
    margin-top: 0% !important;
    margin-bottom: 0% !important;
}

.m0 {
    margin: 0% !important;
}

/* 手机端 */

@media screen and (max-width: 767px) {

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    textarea,
    select {
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }
}

/*滚动条样式美化*/

.scrollbars {
    overflow-y: auto;
}

.scrollbars::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.scrollbars::-webkit-scrollbar-track,
.scrollbars::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

.scrollbars::-webkit-scrollbar-track {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.scrollbars::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.scrollbars::-webkit-scrollbar-corner {
    background: transparent;
}

/* common.css */

/* 1a常用作字体黑色 b3常用作placeholder颜色 f5常用作页面背景色 e6常用作border颜色*/

.component {
    --main: #f93a42;
    --auxiliary: #ffae27;
    --wechat: #0bc160;
    --nickname: #4e7093;
    --footerHeight: 98px;
    --ShadowSize: 6px 6px 8px;
    font-size: 30px;
    color: #1a1a1a;
    -webkit-tap-highlight-color: transparent;
    /*ios点击颜色*/
    -webkit-appearance: none;
    /*ios默认样式*/
    -webkit-overflow-scrolling: touch;
    /*ios滑动*/
}

.wh-140 {
    width: 140px;
    height: 140px;
}

.wh-100 {
    width: 100px;
    height: 100px;
}

.wh-150 {
    width: 150px;
    height: 150px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-f56 {
    color: #F56762;
}

.text-a4a {
    color: #A4A9B3;
}

.h-300 {
    height: 300px;
}

.flex-grow {
    flex-grow: 1;
}

/* tabbar上方分割线 */

.tabbar-border-top {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.jc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

.jc-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

.block-center {
    margin: 0 auto;
}

.border-box {
    box-sizing: border-box;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

/* ==================
  头像
 ==================== */

.jc-avatar {
    display: block;
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}

.jc-avatar-60 {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}

.jc-avatar-80 {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}

.jc-avatar-100 {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}

.jc-avatar-120 {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 120px;
    background-color: #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}

.jc-avatar-200 {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}

/* ==================
  图片
 ==================== */

.jc-image {
    display: block;
    box-sizing: border-box;
}

.jc-image-120 {
    display: block;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
}

.jc-image-200 {
    display: block;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
}

.jc-image-220 {
    display: block;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
}

/* ==================
  宽高
 ==================== */

.width-20p {
    width: 20%;
    box-sizing: border-box;
}

.width-25p {
    width: 25%;
    box-sizing: border-box;
}

.width-33p {
    width: 33.33%;
    box-sizing: border-box;
}

.width-80p {
    width: 80%;
    box-sizing: border-box;
}

.width-100p {
    width: 100%;
    box-sizing: border-box;
}

.height-100p {
    height: 100%;
    box-sizing: border-box;
}

/* ==================
         模态窗口
 ==================== */

.jc-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
    text-align: center;
    backface-visibility: hidden;
    perspective: 2000px;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: auto;
}

/* ==================
  圆角
 ==================== */

.round {
    border-radius: 50%;
}

.radius-2 {
    border-radius: 2px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-6 {
    border-radius: 6px;
}

.radius-8 {
    border-radius: 8px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-40 {
    border-radius: 40px;
}

.radius-50 {
    border-radius: 50px;
}

.lradius {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.rradius {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* ==================
  flex弹性布局
 ==================== */

.flex {
    display: -webkit-flex;
    display: flex;
}

.basis-20 {
    flex-basis: 20%;
}

.basis-40 {
    flex-basis: 40%;
}

.basis-50 {
    flex-basis: 50%;
}

.basis-60 {
    flex-basis: 60%;
}

.basis-80 {
    flex-basis: 80%;
}

.flex-one {
    flex: 1;
}

.flex-two {
    flex: 2;
}

.flex-three {
    flex: 3;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

/* ==================
  浮动
 ==================== */

.fl {
    float: left;
}

.fr {
    float: right;
}

/* ==================
  定位
 ==================== */

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

/* ==================
  阴影
 ==================== */

.shadow-black {
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.2);
}

/* ==================
  文本颜色
 ==================== */

.text-1a {
    color: #1a1a1a !important;
}

.text-33 {
    color: #333 !important;
}

.text-4d {
    color: #4d4d4d !important;
}

.text-66 {
    color: #666 !important;
}

.text-80 {
    color: #808080 !important;
}

.text-98 {
    color: #989898 !important;
}

.text-b3 {
    color: #b3b3b3 !important;
}

.text-cb {
    color: #cbcbcb !important;
}

.text-f5 {
    color: #f5f5f5 !important;
}

.text-e6 {
    color: #e6e6e6 !important;
}

.text-003366 {
    color: #003366 !important;
}

.text-ff {
    color: #fff;
}

.text-main {
    color: var(--main);
}

.text-auxiliary {
    color: var(--auxiliary);
}

.text-wechat {
    color: var(--wechat);
}

.text-nickname {
    color: var(--nickname);
}

/* ==================
  文本
 ==================== */

.text-Abc {
    text-transform: Capitalize;
}

.text-ABC {
    text-transform: Uppercase;
}

.text-abc {
    text-transform: Lowercase;
}

.text-price::before {
    content: "¥";
    font-size: 80%;
    /* margin-right: 4px; */
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-cut-one {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-cut-two {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-cut-three {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-cut-four {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-cut-five {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-through {
    text-decoration: line-through;
}

.text-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-content {
    line-height: 1.6;
}

/* ==================
  背景颜色
 ==================== */

.bg-1a {
    background-color: #1a1a1a;
}

.bg-33 {
    background-color: #333;
}

.bg-4d {
    background-color: #4d4d4d;
}

.bg-66 {
    background-color: #666;
}

.bg-80 {
    background-color: #808080;
}

.bg-98 {
    background-color: #989898;
}

.bg-b3 {
    background-color: #b3b3b3;
}

.bg-cb {
    background-color: #cbcbcb;
}

.bg-f5 {
    background-color: #f5f5f5;
}

.bg-e6 {
    background-color: #e6e6e6;
}

.bg-ff {
    background-color: #fff;
}

.bg-main {
    background-color: var(--main);
}

.bg-auxiliary {
    background-color: var(--auxiliary);
}

.bg-wechat {
    background-color: var(--wechat);
}

.bg-nickname {
    background-color: var(--nickname);
}

/* ==================
  字体大小
 ==================== */

.text-20 {
    font-size: 18px;
}

.text-22 {
    font-size: 20px;
}

.text-24 {
    font-size: 22px;
}

.text-26 {
    font-size: 24px;
}

.text-28 {
    font-size: 26px;
}

.text-30 {
    font-size: 28px;
}

.text-32 {
    font-size: 30px;
}

.text-34 {
    font-size: 32px;
}

.text-36 {
    font-size: 34px;
}

.text-38 {
    font-size: 36px;
}

.text-40 {
    font-size: 38px;
}

.text-42 {
    font-size: 40px;
}

.text-44 {
    font-size: 42px;
}

.text-46 {
    font-size: 44px;
}

.text-48 {
    font-size: 46px;
}

.text-50 {
    font-size: 48px;
}

.text-60 {
    font-size: 58px;
}

/*  */

.em-12 {
    font-size: 0.12em;
}

.em-14 {
    font-size: 0.14em;
}

.em-16 {
    font-size: 0.16em;
}

.em-18 {
    font-size: 0.18em;
}

.em-20 {
    font-size: 0.20em;
}

.em-22 {
    font-size: 0.22em;
}

.em-24 {
    font-size: 0.24em;
}

.em-26 {
    font-size: 0.26em;
}

.em-28 {
    font-size: 0.28em;
}

.em-30 {
    font-size: 0.30em;
}

.em-32 {
    font-size: 0.32em;
}

.em-34 {
    font-size: 0.34em;
}

.em-36 {
    font-size: 0.36em;
}

.em-38 {
    font-size: 0.38em;
}

.em-40 {
    font-size: 0.40em;
}

.em-42 {
    font-size: 0.42em;
}

.em-44 {
    font-size: 0.44em;
}

.em-46 {
    font-size: 0.46em;
}

.em-48 {
    font-size: 0.48em;
}

.em-50 {
    font-size: 0.50em;
}

.em-60 {
    font-size: 0.6em;
}

/* ==================
  行高
 ==================== */

.line-2 {
    line-height: 2;
}

.line-28 {
    line-height: 28px;
}

.line-30 {
    line-height: 30px;
}

.line-35 {
    line-height: 35px;
}

.line-40 {
    line-height: 40px;
}

.line-45 {
    line-height: 45px;
}

.line-50 {
    line-height: 50px;
}

.line-55 {
    line-height: 55px;
}

.line-60 {
    line-height: 60px;
}

.line-65 {
    line-height: 65px;
}

.line-70 {
    line-height: 70px;
}

.line-80 {
    line-height: 80px;
}

.line-90 {
    line-height: 90px;
}

.line-footer {
    line-height: var(--footerHeight);
}

.line-100 {
    line-height: 100px;
}

.line-110 {
    line-height: 110px;
}

.line-120 {
    line-height: 120px;
}

.line-130 {
    line-height: 130px;
}

.line-140 {
    line-height: 140px;
}

.line-150 {
    line-height: 150px;
}

/* ==================
  高度
 ==================== */

.height-35 {
    height: 35px;
}

.height-40 {
    height: 40px;
}

.height-45 {
    height: 45px;
}

.height-50 {
    height: 50px;
}

.height-55 {
    height: 55px;
}

.height-60 {
    height: 60px;
}

.height-65 {
    height: 65px;
}

.height-70 {
    height: 70px;
}

.height-80 {
    height: 80px;
}

.height-90 {
    height: 90px;
}

.height-footer {
    height: var(--footerHeight);
}

.height-100 {
    height: 100px;
}

.height-110 {
    height: 110px;
}

.height-120 {
    height: 120px;
}

.height-130 {
    height: 130px;
}

.height-140 {
    height: 140px;
}

.height-150 {
    height: 150px;
}

/* ==================
  行高居中
 ==================== */

.line-height-35 {
    height: 35px;
    line-height: 35px;
}

.line-height-40 {
    height: 40px;
    line-height: 40px;
}

.line-height-45 {
    height: 45px;
    line-height: 45px;
}

.line-height-50 {
    height: 50px;
    line-height: 50px;
}

.line-height-55 {
    height: 55px;
    line-height: 55px;
}

.line-height-60 {
    height: 60px;
    line-height: 60px;
}

.line-height-65 {
    height: 65px;
    line-height: 65px;
}

.line-height-70 {
    height: 70px;
    line-height: 70px;
}

.line-height-80 {
    height: 80px;
    line-height: 80px;
}

.line-height-90 {
    height: 90px;
    line-height: 90px;
}

.line-height-footer {
    height: var(--footerHeight);
    line-height: var(--footerHeight);
}

.line-height-100 {
    height: 100px;
    line-height: 100px;
}

.line-height-110 {
    height: 110px;
    line-height: 110px;
}

.line-height-120 {
    height: 120px;
    line-height: 120px;
}

.line-height-130 {
    height: 130px;
    line-height: 130px;
}

.line-height-140 {
    height: 140px;
    line-height: 140px;
}

.line-height-150 {
    height: 150px;
    line-height: 150px;
}

/* ==================
  外边距
 ==================== */

.margin-0 {
    margin: 0;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-25 {
    margin: 25px;
}

.margin-30 {
    margin: 30px;
}

.margin-40 {
    margin: 40px;
}

.margin-50 {
    margin: 50px;
}

.margin-60 {
    margin: 60px;
}

.margin-65 {
    margin: 65px;
}

.margin-70 {
    margin: 70px;
}

.margin-75 {
    margin: 75px;
}

.margin-80 {
    margin: 80px;
}

.margin-85 {
    margin: 85px;
}

.margin-90 {
    margin: 90px;
}

.margin-95 {
    margin: 95px;
}

.margin-100 {
    margin: 100px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-95 {
    margin-top: 95px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-65 {
    margin-right: 65px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-right-75 {
    margin-right: 75px;
}

.margin-right-80 {
    margin-right: 80px;
}

.margin-right-85 {
    margin-right: 85px;
}

.margin-right-90 {
    margin-right: 90px;
}

.margin-right-95 {
    margin-right: 95px;
}

.margin-right-100 {
    margin-right: 100px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-95 {
    margin-bottom: 95px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-65 {
    margin-left: 65px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-75 {
    margin-left: 75px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-85 {
    margin-left: 85px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-95 {
    margin-left: 95px;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-lr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-lr-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-lr-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.margin-lr-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.margin-lr-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.margin-lr-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.margin-lr-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.margin-lr-85 {
    margin-left: 85px;
    margin-right: 85px;
}

.margin-lr-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.margin-lr-95 {
    margin-left: 95px;
    margin-right: 95px;
}

.margin-lr-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.margin-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.margin-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-tb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin-tb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.margin-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.margin-tb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.margin-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-tb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.margin-tb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.margin-tb-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.margin-tb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* ==================
  内边距
 ==================== */

.padding-0 {
    padding: 0;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-50 {
    padding: 50px;
}

.padding-60 {
    padding: 60px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-lr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-lr-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

p {
    word-wrap: break-word;
    /*英文单字因自动换行*/
    word-break: normal;
    /*正常避头尾 */
}

.letter-1 {
    letter-spacing: 1px;
}

a:focus {
    outline: none;
}

#cnzz_stat_icon_1274361150 {
    display: none;
}